home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CDOS10.ARJ / FUNCTION.H < prev    next >
Text File  |  1992-07-07  |  749b  |  18 lines

  1. #if !defined (FUNCTION)           /* Prevents multiple declarations errors */
  2. #define FUNCTION
  3.  
  4.  
  5. /*----- Library Header Files ----------------------------------------------*/
  6. /*----- Global Macros -----------------------------------------------------*/
  7. /*----- Global TypeDefs ---------------------------------------------------*/
  8. /*----- Local Header Files ------------------------------------------------*/
  9. /*----- Local Macros ------------------------------------------------------*/
  10. /*----- Local TypeDefs ----------------------------------------------------*/
  11. /*----- Prototype ---------------------------------------------------------*/
  12.  
  13.  
  14.  
  15. /*----- End Header File ---------------------------------------------------*/
  16.  
  17. #endif
  18.